home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
NEW_TECH
/
BCPORT.ZIP
/
BCPORT.INI
< prev
next >
Wrap
INI File
|
1993-12-20
|
42KB
|
694 lines
[PORTTOOL]
WinHelp=d:\mstools\bin\api32wh.hlp
[Porttool data file format]
Supply the help file name and path above for access to winhelp
from within the environment.
The format for the lines below is:
SearchKeyWord=HelpSearchString;Porting Issue;Suggested fix;
Optional configurations:
SearchKeyWord=HelpSearchString;Porting Issue;
SearchKeyWord=HelpSearchString;
SearchKeyWord=HelpSearchString; ;Suggested fix;
SearchKeyWord=; ;Porting Issue;Suggested fix;
SearchKeyWord=; ;Porting Issue;
SearchKeyWord=; ; ;Suggested fix;
Also, trailing semicolons are optional.
[APIS]
AccessResource=AccessResource;No Win32 API equivalent;Not necessary, just remove;
AddFontResource=AddFontResource;Must use string, not handle, for filename;;
AllocDStoCSAlias=AllocDStoCSAlias;No Win32 API equivalent;;
AllocResource=AllocResource;No Win32 API equivalent (resource API in progress);;
AllocSelector=AllocSelector;No Win32 API equivalent;;
ChangeSelector=ChangeSelector;No Win32 API equivalent;;
CloseComm=CloseComm;Replaced by CloseHandle;;
CloseSound=CloseSound;Replaced by multimedia sound support;;
CountVoiceNotes=CountVoiceNotes;Replaced by multimedia sound support;;
DefineHandleTable=DefineHandleTable;This function is now obsolete;;
DeviceCapabilities=DeviceCapabilities;Replaced by portable DeviceCapabilitiesEx;;
DeviceMode=DeviceMode;Replaced by portable DeviceModeEx;;
DlgDirSelect=DlgDirSelect;Replaced by portable DlgDirSelectEx;;
DlgDirSelectComboBox=DlgDirSelectComboBox;Replaced by portable DlgDirSelectComboBoxEx;;
DOS3Call=DOS3Call;Replaced by named, portable Win32 API;;
ExtDeviceMode=ExtDeviceMode;Replaced by portable ExtDeviceModeEx;;
FlushComm=FlushComm;Replaced by PurgeComm;;
FreeSelector=FreeSelector;No Win32 API equivalent;;
GetAspectRatioFilter=GetAspectRatioFilter;Replaced by portable GetAspectRatioFilterEx;;
GetBitmapDimension=GetBitmapDimension;Replaced by portable GetBitmapDimensionEx;;
GetBrushOrg=GetBrushOrg;Replaced by portable GetBrushOrgEx;;
GetClassWord=GetClassWord;Use GetClassLong for values that grow to 32-bits on Win32;;
GetCodeHandle=GetCodeHandle;No Win32 API equivalent;;
GetCodeInfo=GetCodeInfo;No Win32 API equivalent;;
GetCommError=GetCommError;Replaced by ClearCommError;;
GetCurrentPDB=GetCurrentPDB;No Win32 API equivalent;;
GetCurrentPosition=GetCurrentPosition;Replaced by portable GetCurrentPositionEx;;
GetEnvironment=GetEnvironment;No Win32 API equivalent;;
GetFreeSpace=GetFreeSpace;Replaced by GlobalMemoryStatus function;;
GetFreeSystemResources=GlobalMemoryStatus;Replaced by GlobalMemoryStatus function;;
GetInstanceData=GetInstanceData;No equivalent;use alternative supported IPC mechanism.;
GetKBCodePage=GetKBCodePage;No Win32 API equivalent;;
GetMetaFileBits=GetMetaFileBits;Replaced by portable GetMetaFileBitsEx;;
GetModuleUsage=GetModuleUsage;Always returns 1 on Win32;;
GetTempDrive=GetTempDrive;Implements Win16 functionality on Win32;;
GetTextExtent=GetTextExtent;Replaced by portable GetTextExtentPoint;;
GetTextExtentEx=GetTextExtentEx;Replaced by portable GetTextExtentExPoint;;
GetThresholdEvent=GetThresholdEvent;Replaced by multimedia sound support;;
GetThresholdStatus=GetThresholdStatus;Replaced by multimedia sound support;;
GetViewportExt=GetViewportExt;Replaced by portable GetViewportExtEx;;
GetViewportOrg=GetViewportOrg;Replaced by portable GetViewportOrgEx;;
GetWindowExt=GetWindowExt;Replaced by portable GetWindowExtEx;;
GetWindowOrg=GetWindowOrg;Replaced by portable GetWindowOrgEx;;
GetWindowWord=GetWindowWord;Use GetWindowLong for values that grow to 32-bits on Win32;;
GlobalCompact=GlobalCompact;This function is now obsolete;;
GlobalDosAlloc=GlobalDosAlloc;No Win32 API equivalent;;
GlobalDosFree=GlobalDosFree;No Win32 API equivalent;;
GlobalFix=GlobalFix;This function is now obsolete;;
GlobalLRUNewest=GlobalLRUNewest;This function is now obsolete;;
GlobalLRUNOldest=GlobalLRUNOldest;This function is now obsolete;;
GlobalNotify=GlobalNotify;This function is now obsolete;;
GlobalPageLock=GlobalPageLock;No Win32 API equivalent;;
GlobalPageUnlock=GlobalPageUnlock;No Win32 API equivalent;;
GlobalUnfix=GlobalUnfix;This function is now obsolete;;
GlobalUnwire=GlobalUnwire;This function is now obsolete;;
GlobalWire=GlobalWire;This function is now obsolete;;
LocalCompact=LocalCompact;This function is now obsolete;;
LocalInit=LocalInit;This function is now obsolete;;
LocalShrink=LocalShrink;This function is now obsolete;;
LockSegment=LockSegment;This function is now obsolete;;
LimitEMSPages=LimitEMSPages;No Win32 API equivalent;;
LocalNotify=LocalNotify;No Win32 Equivalent;;
MoveTo=MoveTo;Replaced by portable MoveToEx;;
NetBIOSCall=NetBIOSCall;Replaced by named, portable Win32 API;;
OffsetViewportOrg=OffsetViewportOrg;Replaced by portable OffsetViewportOrgEx;;
OffsetWindowOrg=OffsetWindowOrg;Replaced by portable OffsetWindowOrgEx;;
OpenComm=OpenComm;Replaced by OpenFile;;
OpenSound=OpenSound;Replaced by multimedia sound support;;
ProfClear=ProfClear;See tech. ref. for Win32 API profiling support;;
ProfFinish=ProfFinish;See tech. ref. for Win32 API profiling support;;
ProfFlush=ProfFlush;See tech. ref. for Win32 API profiling support;;
ProfInsChk=ProfInsChk;See tech. ref. for Win32 API profiling support;;
ProfSampRate=ProfSampRate;See tech. ref. for Win32 API profiling support;;
ProfSetup=ProfSetup;See tech. ref. for Win32 API profiling support;;
ProfStart=ProfStart;See tech. ref. for Win32 API profiling support;;
ProfStop=ProfStop;See tech. ref. for Win32 API profiling support;;
ReadComm=ReadComm;Replaced by ReadFile;;
RemoveFontResource=RemoveFontResource;Must use string, not handle, for filename;;
ScaleViewportExt=ScaleViewportExt;Replaced by portable ScaleViewportExtEx;;
ScaleWindowExt=ScaleWindowExt;Replaced by portable ScaleWindowExtEx;;
SetBitmapDimension=SetBitmapDimension;Replaced by portable SetBitmapDimensionEx;;
SetClassWord=SetClassWord;Use SetClassLong for values that grow to 32-bits on Win32;;
SetCommEventMask=;Replaced by SetCommMask;;
SetEnvironment=SetEnvironment;No Win32 API equivalent;;
SetMetaFileBits=SetMetaFileBits;Replaced by portable SetMetaFileBitsEx;;
SetResourceHandler=SetResourceHandler;No Win32 API equivalent (resource API in progress);;
SetSoundNoise=SetSoundNoise;Replaced by multimedia sound support;;
SetSwapAreaSize=SetSwapAreaSize;This function is now obsolete;;
SetViewportExt=SetViewportExt;Replaced by portable SetViewportExtEx;;
SetViewportOrg=SetViewportOrg;Replaced by portable SetViewportOrgEx;;
SetVoiceAccent=SetVoiceAccent;Replaced by multimedia sound support;;
SetVoiceEnvelope=SetVoiceEnvelope;Replaced by multimedia sound support;;
SetVoiceNote=SetVoiceNote;Replaced by multimedia sound support;;
SetVoiceQueueSize=SetVoiceQueueSize;Replaced by multimedia sound support;;
SetVoiceSound=SetVoiceSound;Replaced by multimedia sound support;;
SetVoiceThreshold=SetVoiceThreshold;Replaced by multimedia sound support;;
SetWindowExt=SetWindowExt;Replaced by portable SetWindowExtEx;;
SetWindowOrg=SetWindowOrg;Replaced by portable SetWindowOrgEx;;
SetWindowWord=SetWindowWord;Use SetWindowLong for values that grow to 32-bits on Win32;;
StartSound=StartSound;Replaced by multimedia sound support;;
StopSound=StopSound;Replaced by multimedia sound support;;
SwitchStackBack=SwitchStackBack;No Win32 API equivalent;;
SwitchStackTo=SwitchStackTo;No Win32 API equivalent;;
SyncAllVoices=SyncAllVoices;Replaced by multimedia sound support;;
UngetCommChar=UngetCommChar;No Win32 equivalent;;
UnlockSegment=UnlockSegment;This function is now obsolete;;
ValidateCodeSegments=ValidateCodeSegments;No Win32 API equivalent;;
ValidateFreeSpaces=ValidateFreeSpaces;No Win32 API equivalent;;
WaitSoundState=Wa